home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2101.TXT < prev    next >
Text File  |  1993-03-31  |  2KB  |  53 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Loading Stacker into High Memory.
  4. STAC FAX Index #2101 - 7/09/91                           
  5. ___________________________________________________________________________
  6.  
  7. Background.
  8.     
  9.     To conserve base memory, it is possible to load the Stacker driver into
  10.     high memory (between 640K and 1024K) on systems with 80286 chips and
  11.     higher.  Appropriate memory management software (QRAM, MOVE'EM, QEMM386,
  12.     386MAX) and hardware are needed.  Loading high on an 80286 machine
  13.     requires hardware support for Expanded Memory Specification (EMS) 4.0
  14.     (see User's Manual, "Loading Stacker into High Memory").
  15.  
  16.     Note: For loading high using MS-DOS 5.0's DEVICEHIGH, see STACKER NOTE
  17.           TEC015 (STAC FAX index #2102),"Loading Stacker High with 
  18.           MS-DOS 5.0". 
  19.  
  20. Potential problems with loading the Stacker device driver high.
  21.  
  22.       1. Crowding in high memory, resulting in disk-read errors;
  23.       2. Erratic behavior of memory-intensive programs;
  24.       3. Exclude-phrases omitted from the memory manager device line (Stacker
  25.          coprocessor version only);
  26.       4. Load-high driver not invoked in STACKER.COM device driver line;
  27.       5. Stacker cache (/M=xx) specified at excessive size;
  28.       6. insufficiently large block of contiguous memory between 640K and 
  29.          1024K.
  30.  
  31. Recommended Actions.
  32.  
  33.       1. Consult documentation for memory manager to verify syntax in
  34.          CONFIG.SYS.  
  35.  
  36.       2. If applicable, edit load-high driver line to exclude range used by
  37.          coprocessor card (see User's Manual, "Re-enabling Memory Managers").
  38.          Note that the correct syntax for the AT&T 6300's AEMM.SYS is 
  39.          /X=addr-addr.
  40.  
  41.       3. Verify syntax of load-high statement in STACKER.COM device driver 
  42.          line (see User's Manual, "Loading Stacker into High Memory").
  43.  
  44.       4. Reduce size of STACKER disk cache (/M=xx switch in STACKER.COM 
  45.          device driver line).
  46.  
  47.       5. To verify load-high status, use a memory-mapping utility such as
  48.          Quarterdeck's MANIFEST.  If Interrupts 25 and 26 are at a segment 
  49.          value above A000, then Stacker is loaded high.
  50.  
  51. ___________________________________________________________________________
  52. Copyright 1993, Stac Electronics                    
  53.